home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
lingo.ini
< prev
next >
Wrap
Text File
|
2000-02-07
|
287b
|
11 lines
on startUp
global gStartMovie
global gThrottleRate, gPourThrottleRate
gThrottleRate = 5
gPourThrottleRate = 5
-- Set this to the name of the first movie
fileSep = the last char of the applicationPath
gStartMovie = the applicationPath & "stuff" & fileSep & "splash"
end